home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / VB98 / WIZARDS / CLSSBLD.DLL / 1033 / string.txt next >
Encoding:
Text File  |  1998-06-18  |  5.7 KB  |  178 lines

  1. 0    *** Do *NOT* Localize any string that starts with '***'. 
  2. 1    *** They are comments to be used by localizers to identify sections.
  3. 2    *** They also mark the beginning of a new 'section' within the String Table.
  4. 3     
  5. 15    Class Builder Utility...
  6. 19    *** Font information for all forms
  7. 20    Tahoma
  8. 21    8
  9. 23    0
  10. 100    Class Builder
  11. 1000    &File
  12. 1001    &New
  13. 1002    &Class...
  14. 1003    &Property...
  15. 1004    &Method...
  16. 1005    &Event...
  17. 1006    E&xit
  18. 1007    &Edit
  19. 1008    Cu&t
  20. 1009    &Copy
  21. 1010    &Paste
  22. 1011    &Delete
  23. 1012    &Help
  24. 1013    &Help Topics
  25. 1015    &Move Here
  26. 1016    &Copy Here
  27. 1017    Cancel
  28. 1018    Rena&me
  29. 1019    P&roperties...
  30. 1020    C&ollection...
  31. 1021    &Update Project
  32. 1022    &Options...
  33. 1023    &ToolBar
  34. 1024    &View
  35. 1025    &Set As Collection
  36. 1026    &Set As Class
  37. 1027    New &Property...
  38. 1028    New &Method...
  39. 1029    New &Event...
  40. 1030    E&num...
  41. 2000     Classes:
  42. 2001    &All
  43. 2002    &Properties
  44. 2003    &Methods
  45. 2004    Eve&nts
  46. 2005    Ready
  47. 2006    Name
  48. 2007    Data Type
  49. 2008    Arguments
  50. 2009    Prop Declaration
  51. 3000    Add New Class
  52. 3001    Show Properties for the current object
  53. 3002    Cut
  54. 3003    Copy
  55. 3004    Paste
  56. 3005    Add New Property to Current Class
  57. 3006    Add New Method to Current Class
  58. 3007    Add New Event to Current Class
  59. 3008    Show All Members of the Current Class
  60. 3009    Show Properties for the Current Class
  61. 3010    Show Methods for the Current Class
  62. 3011    Show Events for the Current Class
  63. 3012    Add New Collection
  64. 3013    Add New Enum to Current Class
  65. 4000    Class Module Builder
  66. 4001    &Name:
  67. 4002    &Based On:
  68. 4003    Instancing
  69. 4004    P&rivate
  70. 4005    P&ublic Not Creatable
  71. 4006    &Single Use
  72. 4007    &Global Single Use
  73. 4008    &Multi Use
  74. 4009    G&lobal Multi Use
  75. 4010    This class is a Top &Level Object
  76. 4011    &Object Creation
  77. 4012    &Class_Initialize event
  78. 4013    (Slower Parent startup and faster property access)
  79. 4014    Property &Get on first access
  80. 4015    (Faster Parent startup with slower property access)
  81. 4016    Note: this only applies to child classes
  82. 4017    Create new class object in...
  83. 4100    Collection Builder
  84. 4102    Collection Of
  85. 4103    &Existing Class
  86. 4104    Ne&w Class
  87. 4105    New Class &Properties...
  88. 4106    Set the New Class's Properties
  89. 4500    Attributes
  90. 4501    &Description:
  91. 4502    Project Help File:
  92. 4504    Help &Context ID:
  93. 5000    Property Builder
  94. 5001    Method Builder
  95. 5002    Event Builder
  96. 5003    &Data Type:
  97. 5004    Declaration
  98. 5005    P&ublic Property (Let, Get, Set)
  99. 5006    Public &Variable
  100. 5007    A&rguments:
  101. 5008    Return &Data Type:
  102. 5009    Add a new argument
  103. 5010    Delete selected argument
  104. 5011    Move selected argument up in list
  105. 5012    Move selected argument down in list
  106. 5013    D&efault Property?
  107. 5014    D&efault Method?
  108. 5015    &Friend Property (Let, Get, Set)
  109. 5016    Declare as &Friend?
  110. 6000    This project contains class modules that were not created by the Class Builder.\n\n _
  111. 6001    The utility will not be able to create the hierarchy for these modules.  _
  112. 6002    You will need to arrange these objects according to your current design.
  113. 6003    Once finished, the Class Builder will save your object model for future reference.
  114. 6004    &Do not show this dialog in the future.
  115. 7000    Class Builder Options
  116. 7001    Code Generation
  117. 7002    Include &Debug code in Initialize and Terminate events
  118. 7003    Include &Err.Raise in all generated methods
  119. 7004    Include &Comments
  120. 8000    Add Argument
  121. 8001    &ByVal
  122. 8002    &Optional
  123. 8003    Default &Value: (quote strings as needed)
  124. 8004    &Array
  125. 9000    Enum Builder
  126. 9001    &Public
  127. 9002    &Values:
  128. 9003    Add a new value
  129. 9004    Delete selected value
  130. 9005    Move selected value up in list
  131. 9006    Move selected value down in list
  132. 9007    Add New Value (eg. x=1)
  133. 9008    Delete '<TOPIC_TEXT>'?
  134. 9009    Add Enum Value:
  135. 10000    Update Project with changes?
  136. 10001    Are you sure you want to Delete the '<TOPIC_TEXT>' Class?
  137. 10002    You cannot use the Class Builder to delete pre-existing classes!\nPlease use the Project Explorer to remove them.
  138. 10003    You cannot use the Class Builder to delete pre-existing class members!\nPlease remove them manually from the class's code module.
  139. 10004    Are you sure you want to Delete the '<TOPIC_TEXT>' Class Member?
  140. 10005    '<TOPIC_TEXT>' already exists!
  141. 10006    Do you want to rename all occurrences of '<TOPIC_TEXT>'?\nSelecting 'No' will create a new Class.
  142. 10007    Invalid Name!
  143. 10008    Invalid Data Type!
  144. 10009    You must select an item from the list of existing Classes!
  145. 10010    The Class Builder cannot delete Classes that contain sub classes!\nPlease delete the sub classes, then try again.
  146. 10011    This utility cannot be run without a project loaded!
  147. 10012    Member name already exists!
  148. 10013    New Class name must be different than Collection name!
  149. 10014    Argument name already exists!
  150. 10015    Class name already exists!
  151. 10016    '_' not allowed in event name!
  152. 10017    create the m<TOPIC_TEXT> object when the <TOPIC_TEXT2> class is created
  153. 10018    Invalid Help Context ID Valid Range is -2147483648 to 2147483647.
  154. 10019    Are you sure you want to Delete this instance of '<TOPIC_TEXT>'?
  155. 10020    ParamArray can only used once!
  156. 10021    '<TOPIC_TEXT>' is an invalid enum value.
  157. 11000    OK
  158. 11001    Cancel
  159. 11002    &Attributes
  160. 11003    (None)
  161. 11004    &Properties
  162. 11005    (New Class)
  163. 11006    (New Collection)
  164. 20000    -- Code Comments --
  165. 20001    create a new object
  166. 20002    set the properties passed into the method
  167. 20003    If you want an unkeyed collection, remove all occurrences of the Key variable
  168. 20004    add it to the private collection
  169. 20005    return the object created
  170. 20006    local variable(s) to hold property value(s)
  171. 20007    local copy
  172. 20008    used when assigning a value to the property, on the left side of an assignment.
  173. 20009    used when assigning an Object to the property, on the left side of a Set statement.
  174. 20010    used when retrieving value of a property, on the right side of an assignment.
  175. 20011    To fire this event, use RaiseEvent with the following syntax:
  176. 21000    VB 6 Class Builder Utility
  177. 21001    VB 6 Class Builder Utility
  178.